| Conditions | 2 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | const { exec } = require('child_process'); |
||
| 23 | function cbadd(err) { |
||
| 24 | if (err) { |
||
| 25 | console.log(err); |
||
|
1 ignored issue
–
show
|
|||
| 26 | return; |
||
| 27 | } |
||
| 28 | exec(`git commit -m "${str}"`, cbcommit); |
||
| 29 | } |
||
| 30 | |||
| 32 |